home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / makefile next >
Makefile  |  1995-12-03  |  221b  |  13 lines

  1. DIRLIST =   FrameWrk    \
  2.             Controls    
  3.         
  4.  
  5. all: $(DIRLIST)
  6.  
  7. $(DIRLIST):
  8.     cd $@
  9.     @echo *** \olecontrols\controls\$@ *** >> ..\..\olecont.tmp
  10.     @nmake -a -i -nologo >>..\..\olecont.tmp
  11.     cd ..
  12.     
  13.